home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / bcb.zip / MENU.BCD < prev    next >
Text File  |  1986-06-20  |  4KB  |  191 lines

  1. ; ***************************************************
  2. ; Data File : MENU.BCD
  3. ; Last Modified : 06-20-86
  4. ; Purpose :  Sample Menu file to demonstrate the useful features
  5. ;            of U.C.C.'s Batch Commander.
  6.  
  7.         The use of semicolons for comments is optional.
  8.         Actually any line may be a comment as long as the first 
  9.         character is not a valid menu character.  This means that you 
  10.         may separate with blank lines.
  11.  
  12.         upper and lower case characters are not critical for the
  13.         first character, But the difference is critical for tokens
  14.  
  15.  
  16. ;****************************************************
  17. ;
  18. ;               Begins
  19. ;
  20. ;****************************************************
  21. T****** General Menu Commands ******
  22.  
  23. OExit
  24. bcls
  25. becho Type BC to return to Batch Commander
  26. x
  27.  
  28. oInstall to Disk
  29. dU.C.C.'S Batch Commander
  30. dworks best on a Ram Drive
  31. dit is usually best to copy
  32. dit to a hard disk then to 
  33. dthe ram disk with an
  34. dautoexec.bat
  35. d
  36. dWhat drive would you like it
  37. iinstalled on (use the colon) {drive}
  38. bcls
  39. becho on
  40. ;*********              Write the file names in.........
  41. bcopy bc.bat {drive}\
  42. bcopy bcomandr.com {drive}\
  43. bcopy *.bcd {drive}\
  44. bcopy bc.bat {drive}\
  45. b{drive}
  46. becho Type Bc to restart
  47. x
  48.  
  49. oUtilities
  50. lUTIL.BCD
  51.  
  52. oPrint Menu Directions
  53. dDo you have an IBM compatible   printer like a Okidata, or
  54. iEPSON (Y or N) {ans} 
  55. bif '{ans}' == 'Y' goto comp
  56. bif '{ans}' == 'y' goto comp
  57. bcls
  58. bBCPRINT
  59. bgoto end
  60. b:comp
  61. bcls
  62. becho PUT PRINTER ON LINE!!
  63. bpause
  64. bTYPE BCINTRO.DOC>PRN
  65. b:end
  66.  
  67. oDirectory of ?:
  68. dEnter the drive letter
  69. ibe sure to include the ":" {drive}
  70. dIf you want it wide or paused
  71. ienter /w or /p respectively {option}
  72. bcls
  73. bdir {drive} {option}
  74. bpause
  75.  
  76.  
  77.  
  78. ;***********************************
  79. T****** Business Functions *********
  80.  
  81. oIBM Displaywrite
  82. dIBM DisplayWrite is located on
  83. iwhat drive (use ":") {drive}
  84. iEnter a filename {filename}
  85. bcd {drive}\dw3
  86. b{drive}dw3 {filename}
  87. bcd {drive}\
  88.  
  89.  
  90. oDirectory of Displaywrite
  91. iWhat drive is the Displaywrite  files on {drive}
  92. iEnter File mask {mask}
  93. iEnter /w if needed {option}
  94. bcls
  95. bdir {drive}\dw3\{mask}/p{option}
  96. bpause
  97.  
  98. oMultiMate ver 3.3
  99. iWhat Drive is MultiMate on {drive}
  100. iWhat File would you like {filename}
  101. bcd {drive}\mm
  102. b{drive}wp {filename}
  103. bcd {drive}\
  104.  
  105. oDirectory of Multimate
  106. iWhat Drive is MultiMate on {drive}
  107. iEnter a File Mask {mask}
  108. iEnter /w if Needed {option}
  109. bcls
  110. bdir {drive}\mm\{mask}/p{option}
  111. bpause
  112.  
  113. odBase III Plus
  114. dIf necessary -----------
  115. dInsert the key disk in drive A:
  116. d
  117. iWhat drive is dBase on (use ":"){drive}
  118. iWhat Program would you like {run}
  119. b{drive}
  120. bcd \dbase
  121. bdbase {run}
  122. bcd \
  123.  
  124. oDirectory of dBase
  125. iWhat drive is dBase on (use ":"){drive}
  126. iEnter File Mask {mask}
  127. iEnter /w if Needed {option}
  128. bcls
  129. bdir {drive}\dbase\{mask}/p{option}
  130. bpause
  131.  
  132.  
  133. oLotus 123 Rel 2
  134. dIf necessary -----------
  135. dInsert the key disk in drive A:
  136. d
  137. iWhat file would you like to run {123}
  138. bcd \123
  139. b123 {123}
  140. bcd \
  141.  
  142. oDirectory of Lotus
  143. iEnter File Mask {mask}
  144. iEnter /w if Needed {option}
  145. bcls
  146. bdir \123\{mask}/p{option}
  147. bpause
  148.  
  149. oSuperCalc 3 Rel 2
  150. iWhat file would you like to run {run}
  151. bcd \sc3
  152. bsc3 {run}
  153. bcd \
  154.  
  155. oDirectory of SuperCalc
  156. iEnter File Mask {mask}
  157. iEnter /w if Needed {option}
  158. bcls
  159. bdir \sc3\{mask}/p{option}
  160. bpause
  161.  
  162. ; ***************************************************
  163. tDemo of Display Command
  164. ; ***************************************************
  165.  
  166.  
  167. oExample of SHORT LINES
  168. dThis is a demo to show that 
  169. dafter eight lines of text the 
  170. dnext line will disapear from 
  171. dsight so the only way to 
  172. dprevent this from happening  
  173. dif there are more then eight 
  174. dlines is to include the line 
  175. i---More--- hit return {dummy} 
  176. dthat will stop the scrolling.  
  177. dIt should be placed somewhere 
  178. daround every 8th line.  
  179. bpause
  180.  
  181. oExample of LONG LINES
  182. dThis is a demo to show that     after eight lines of text the   next line will 
  183. ddisapear from sight so the only way to prevent this from        happening  if 
  184. dthere are more then eight lines is to include the line
  185. i---More--- hit return {dummy}
  186. dthat will stop the scrolling. Itshould be placed somewhere 
  187. daround every 4th line.  
  188. bpause
  189.  
  190. 
  191.